@font-face {
  font-family: "vt323regular";
  src: url("vt323-regular-webfont.woff2") format("woff2"),
    url("vt323-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

* {
  padding: 0;
  margin: 0;
}

body {
  width: 100%;
  height: 100vh;
  position: relative;
  font-family: "vt323regular", sans-serif;
  background-color: #ff5151;
}

html,
body {
  overflow-x: hidden;
}

.div {
  background: url(star2.gif) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  z-index: -4;
}

#profile-header {
  background: url(star2.gif) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
  margin: 0;
  z-index: -4;
}

.exit-btn img {
  top: 0 !important;
  position: fixed;
  float: left;
  margin-top: 20px;
  margin-left: 10px;
  width: 80px;
  z-index: 2;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.ad-container {
  display: inline-block;
}

.wrapper {
  text-align: center;
  margin-top: 5%;
  animation-name: fade;
  animation-duration: 2s;
}

.ad-cover:hover .slide {
  margin-left: 150px;
  animation: slide 0.5s;
}

@keyframes slide {
  from {
    margin-left: 0px;
  }

  100% {
    margin-left: 150px;
  }
}

.ad-cover {
  padding: 20px 150px;
  width: 250px;
  display: inline-block;
  position: relative;
}

.ad-cover img {
  padding: 20px 150px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 250px;
  position: absolute;
}

.ad-cover a {
  width: 20px;
}

.slide {
  z-index: -1;
  width: 235px !important;
  margin-top: 10px;
}

.info {
  text-align: center;
  color: #ffffff;
  display: inline-block;
  font-size: 25px;
  margin-top: 110%;
}

.info a {
  text-decoration: none;
  color: #ffffff;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #ff5151;
}

::-webkit-scrollbar-thumb {
  background: #000000;
}

@media (max-width: 414px) and (max-height: 896px) {
  .ad-container {
    margin-top: 20%;
  }

  .ad-cover {
    padding: 0px 30px;
    width: 180px;
  }

  .ad-cover img {
    width: 180px;
    padding: 0px 30px;
  }

  .slide {
    width: 160px !important;
  }

  .info {
    font-size: 20px;
    margin-top: 120%;
  }

  .ad-cover:hover .slide {
    margin-left: 120px;
    animation: slide 0.5s ease-in-out;
  }

  @keyframes slide {
    from {
      margin-left: 0px;
    }

    100% {
      margin-left: 120px;
    }
  }

  ::-webkit-scrollbar {
    display: none;
  }

  ::-webkit-scrollbar-thumb {
    display: none;
  }
}

@media (max-width: 360px) and (max-height: 640px) {
  .ad-container {
    margin-top: 30%;
  }
}

@media (max-width: 320px) and (max-height: 568px) {
  .ad-container {
    margin-top: 35%;
  }
}
